home *** CD-ROM | disk | FTP | other *** search
- // reserve as global variable (set later in a function)
- isCreative=false;
-
- function CHMLocation(fn) { // folder of the CHM
- var link = location.href.substring((location.href.indexOf(':') == 2)?14:7, location.href.lastIndexOf("\\") + 1);
- return link;
- }
- path=((CHMLocation()+'FL.js').replace(/:/g, '|')).replace(/\\/g, '/') ; // parameters path
-
- doDebug=false; // never should be TRUE in production version!!!
-
- // DEBUG
- if (doDebug) {
- //path="C|/Program Files/FLStudio4/Help/FL.js";
- }
- // END DEBUG
-
-
- // include main parameters
- document.write('<script language="JavaScript" type="text/javascript" src="file:///'+path+'"></script>');